for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
export class ComponentsEngine{
createComponent(componentName:any,content:any):void
renderComponent(targetRender:any,componentName:any):void
addListener(targetElement:any,type:any,functionCall:any):void
}